Update nuget#418
Open
projectorigin-renovate[bot] wants to merge 1 commit into
Open
Conversation
d00587c to
c132490
Compare
c132490 to
14e3f3c
Compare
14e3f3c to
8cc2ee1
Compare
299c5ef to
1a670d4
Compare
1a670d4 to
774de9e
Compare
b5d7ead to
2af31b5
Compare
83f91d2 to
925dcc6
Compare
a532c43 to
a136410
Compare
0764709 to
ec48a83
Compare
ec48a83 to
48a2def
Compare
1167e17 to
6b19ddf
Compare
6b19ddf to
b63d120
Compare
|
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
b63d120 to
6b03617
Compare
c674d59 to
a76c623
Compare
a76c623 to
f8769ae
Compare
4f8623e to
6df9d0a
Compare
6df9d0a to
46c39f2
Compare
46c39f2 to
e01e6b5
Compare
e01e6b5 to
5b98c83
Compare
|
5b98c83 to
f4309fe
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
7.2.0→7.2.23.33.0→3.35.12.71.0→2.80.02.71.0→2.80.02.76.0→2.82.018.0.1→18.8.18.14.0→8.19.12.71.0→2.80.0Release Notes
fluentassertions/fluentassertions (FluentAssertions)
v7.2.2Compare Source
What's Changed
Fixes
"{}"is used as a dictionary key by @dennisdoomen in #3173WithTracingis safe when used withBeEquivalentToglobally by @dennisdoomen in #3173AssertionResultSetfixes from #3100 by @jnyrup in #3173Building
Full Changelog: fluentassertions/fluentassertions@7.2.1...7.2.2
v7.2.1Compare Source
What's Changed
Fixes
Full Changelog: fluentassertions/fluentassertions@7.2.0...7.2.1
grpc/grpc-dotnet (Grpc.AspNetCore)
v2.80.0What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.76.0...v2.80.0
v2.76.0What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.71.0...v2.76.0
microsoft/vstest (Microsoft.NET.Test.Sdk)
v18.8.1What's Changed
Full Changelog: microsoft/vstest@v18.8.0...v18.8.1
v18.8.0What's Changed
Full Changelog: microsoft/vstest@v18.7.0...v18.8.0
v18.7.0What's Changed
New Contributors
Full Changelog: microsoft/vstest@v18.6.0...v18.7.0
v18.6.0What's Changed
Changes to tests and infra
Full Changelog: microsoft/vstest@v18.5.1...v18.6.0
v18.5.1What's Changed
Full Changelog: microsoft/vstest@v18.5.0...v18.5.1
v18.5.0What's Changed
Full Changelog: microsoft/vstest@v18.4.0...v18.5.0
v18.4.0What's Changed
Add LoongArch64 support by @stdmnpkg in #15359
Refactor Condition evaluation by @Youssef1313 in #15357
Adding info on extensions points part 1 by @nohwnd in #15360
Add option to ask for uploading code QL before the standard window ends by @nohwnd in #15373
Update runtime versions by @nohwnd in #15372
Fix .NET 10 regression for traits by @Youssef1313 in #15370
Update target frameworks to net10.0 and net11.0 by @dotnet-maestro[bot] in #15349
Fix names in pipeline matrix so we don't have to align them by @nohwnd in #15365
Update SECURITY.md by @Youssef1313 in #15342
New Contributors
Full Changelog: microsoft/vstest@v18.3.0...v18.4.0
v18.3.0What's Changed
Internal fixes and updates
New Contributors
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet (System.IdentityModel.Tokens.Jwt)
v8.19.1Compare Source
====
Bug Fixes
JwtSecurityTokenHandlerforIssuerSigningKeyResolverUsingConfigurationto take priority overIssuerSigningKeyResolver, matching the documented contract and the correct behavior already present inJsonWebTokenHandler. See PR #3519.v8.19.0Compare Source
====
New Features
Bug Fixes
jkuclaim. See PR #3481.htucomparison. See PR #3509.v8.18.0Compare Source
====
New Features
IConfigurationEventHandlerContextAware<T>that provides context to the configuration event handler implementation, allowing it to optionally bypass a cache lookup. See PR #3444.v8.17.0Compare Source
====
Dependencies
v8.16.0Compare Source
====
New Features
Fundamentals
v8.15.0Compare Source
====
New Features
X509SecurityKeyandJsonWebKeyConverter.ConvertFromX509SecurityKeyExtended
X509SecurityKeyandJsonWebKeyConverter.ConvertFromX509SecurityKeyto support ECDSA keys.See PR #2377 for details.
Bug Fixes
Updated logging to sanitize sensitive values, reducing the risk of inadvertently exposing secrets or PII in logs.
See PR #3316 for details.
SearchValuesImproved the performance of the log sanitization logic introduced earlier by using
SearchValues, making sanitization more efficient in high-throughput scenarios.See PR #3341 for details.
IDX10400Adjusted the
IDX10400test to align with the current behavior and error messaging.See PR #3314 for details.
Fundamentals
Added new tests to validate the set of supported cryptographic algorithms, increasing confidence in algorithm coverage and compatibility.
See PR #3296 for details.
.clinerulestoagents.mdMoved repository agent/AI-assist rules into markdown documentation to make them more visible and easier to maintain.
See PR #3313 for details.
Microsoft.IdentityModel.TestExtensionsfrom Newtonsoft.Json to System.Text.JsonUpdated
Microsoft.IdentityModel.TestExtensionsto useSystem.Text.Jsoninstead ofNewtonsoft.Json, aligning tests with the runtime serialization stack.See PR #3356 for details.
Turned off automated code coverage comments on PRs to reduce noise while retaining coverage data elsewhere.
See PR #3349 for details.
Addressed CodeQL-reported issues to improve security posture and static analysis cleanliness.
See PR #3364 for details.
.NET 10 / SDK and tooling updates
Updated the repository to build and test against .NET 10.0 preview/RC1, ensuring early compatibility with the upcoming runtime.
See PRs #3287, #3357, and #3358 for details.
Ensured consistent use of the
TargetNetNextparameter across build, test, and pack phases so .NET 10.0 tests execute reliably.See PR #3337 for details.
Adjusted project files and CI workflows to correctly target and run on .NET 10.0, including test and pack scenarios.
See PR #3363 for details.
Updated the .NET version references to be compliant with corporate governance (CG) requirements.
See PR #3353 for details.
CoverletCollectorVersionto 6.0.4.See PR #3333 for details.
Microsoft.NET.Test.Sdkto a newer version for improved test reliability and tooling support.See PR #3336 for details.
runTests.ps1to specify dotnet directoryUpdated
runTests.ps1to accept an explicit dotnet directory, improving test execution robustness in environments with multiple SDK installations.See PR #3368 for details.
Iterated on the CI workflow configuration to correctly target the .NET 10 SDK:
dotnetcore.yml.See PR #3335.
See PR #3339 for details.
Documentation
Refreshed
supportPolicy.mdto reflect the latest support policy for IdentityModel.See PR #3367 for details.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.